home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / TOOLBARS / TRACKBAR / COMMCTRL.PAS < prev    next >
Pascal/Delphi Source File  |  1996-01-05  |  151b  |  12 lines

  1. unit Commctrl;
  2.  
  3. interface
  4.  
  5. procedure InitCommonControls;
  6.  
  7. implementation
  8.  
  9. procedure InitCommonControls; external 'COMMCTRL' index 17;
  10.  
  11. end.
  12.